home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_2208.txt < prev    next >
Text File  |  1990-08-07  |  4KB  |  157 lines

  1. -- card: 2208 from stack: in.0-2
  2. -- bmap block id: 4337
  3. -- flags: 0000
  4. -- background id: 36952
  5. -- name: Show Goals
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "goals & objectives" of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12.  
  13.  
  14. -- part 5 (field)
  15. -- low flags: 81
  16. -- high flags: 0007
  17. -- rect: left=0 top=0 right=73 bottom=512
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 3
  22. -- text size: 9
  23. -- style flags: 0
  24. -- line height: 12
  25. -- part name: Text
  26.  
  27.  
  28. -- part 6 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=126 top=125 right=152 bottom=448
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 174
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 20
  39. -- part name: titleFld
  40.  
  41.  
  42. -- part 7 (field)
  43. -- low flags: 01
  44. -- high flags: 0000
  45. -- rect: left=126 top=151 right=317 bottom=447
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 174
  50. -- text size: 14
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: TextDisplay
  54.  
  55.  
  56. -- part 12 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=121 top=102 right=331 bottom=457
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: windowBtn
  68.  
  69.  
  70. -- part 11 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=128 top=104 right=119 bottom=148
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: closebox
  82. ----- HyperTalk script -----
  83. -- This handler sets the cursor to simulate a real closeBox.
  84. on mouseEnter
  85.   set the cursor to "arrow"
  86. end mouseEnter
  87.  
  88. -- This handler sets the cursor to simulate a real closeBox.
  89. on mouseWithIn
  90.   repeat until the mouse is down or the mouseLoc is not within the rect of me
  91.     set the cursor to "arrow"
  92.   end repeat
  93.   if the mouse is down then
  94.     send mouseUp to me
  95.   end if
  96. end mouseWithIn
  97.  
  98. -- This handler simulates clicking in a closeBox.
  99. on mouseUp
  100.   set the icon of me to "closeBoxIcon"
  101.   wait 15
  102.   set the icon of me to 0
  103.   goBack
  104. end mouseUp
  105.  
  106.  
  107. -- part contents for card part 5
  108. ----- text -----
  109. [0] 
  110. [1] After completing this course, you will be able to:
  111. ‚Ä¢ Describe the features & benefits of HyperCard
  112. ‚Ä¢ Describe ways others are using HyperCard
  113. ‚Ä¢ Describe the software necessary for using 
  114.   HyperCard
  115. ‚Ä¢ Describe the components of HyperCard
  116. ‚Ä¢ List options for further HyperCard training
  117.  
  118. Click the close button of this window.
  119.  
  120. [2] After completing this course, you will be able to:
  121. ‚Ä¢ Identify the major features added with 
  122.   HyperCard 2.0
  123. ‚Ä¢ Describe how new commands & functions 
  124.   added to HyperCard 2.0 support new features
  125. ‚Ä¢ Describe several ways the features added with 
  126.   HyperCard can be used
  127.  
  128. Click the close button of this window.
  129.  
  130. [3] After completing this course, you will be able to:
  131. ‚Ä¢ Describe ways others are using HyperCard
  132. ‚Ä¢ Identify the major features added with 
  133.   HyperCard 2.0
  134. ‚Ä¢ Describe several ways the features added to 
  135.   HyperCard can be used
  136. ‚Ä¢ Use this stack to demonstrate HyperCard
  137.  
  138. Click the close button of this window.
  139.  
  140. [4]
  141.  
  142. -- part contents for card part 6
  143. ----- text -----
  144. Goals for HyperCard Support Givers
  145.  
  146. -- part contents for card part 7
  147. ----- text -----
  148. After completing this course, you will be able to:
  149. ‚Ä¢ Describe ways others are using HyperCard
  150. ‚Ä¢ Identify the major features added with 
  151.   HyperCard 2.0
  152. ‚Ä¢ Describe several ways the features added to 
  153.   HyperCard can be used
  154. ‚Ä¢ Use this stack to demonstrate HyperCard
  155.  
  156. Click the close button of this window.
  157.